feat: Add Spark SQL as a shallow query engine - #2241
Merged
Conversation
ferenc-csaky
force-pushed
the
feat/sparksql-dialect
branch
from
July 29, 2026 18:25
2b05e18 to
4e4dd6e
Compare
ferenc-csaky
force-pushed
the
feat/sparksql-dialect
branch
2 times, most recently
from
July 31, 2026 11:59
99114b2 to
e193fc2
Compare
ferenc-csaky
force-pushed
the
feat/sparksql-dialect
branch
2 times, most recently
from
August 3, 2026 14:17
b453951 to
3c7be08
Compare
ferenc-csaky
force-pushed
the
feat/sparksql-dialect
branch
2 times, most recently
from
August 4, 2026 10:22
1175d37 to
09a3f88
Compare
mateczagany
approved these changes
Aug 4, 2026
ferenc-csaky
force-pushed
the
feat/sparksql-dialect
branch
3 times, most recently
from
August 4, 2026 15:51
f7fd064 to
9b4d051
Compare
# Conflicts: # .gitignore # sqrl-planner/src/main/java/com/datasqrl/engine/database/QueryEngine.java # sqrl-planner/src/main/java/com/datasqrl/engine/database/relational/DuckDbStatementFactory.java # sqrl-planner/src/main/java/com/datasqrl/engine/database/relational/SnowflakeEngine.java # sqrl-testing/sqrl-testing-integration/src/test/resources/snapshots/com/datasqrl/EngineValidationTest/package-fail.txt
ferenc-csaky
force-pushed
the
feat/sparksql-dialect
branch
from
August 5, 2026 05:37
9b4d051 to
67d4d98
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Key Changes
sparksqlquery engine with Spark SQL statement generation backed by Iceberg deployment artifacts.